home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 41.zip / BS1 part 41 / Amiga Plus 1.adf / Programming / readme.asm < prev    next >
Assembly Source File  |  1978-04-08  |  405b  |  11 lines

  1.     The program ExecPrt.asm is written with all system library offsets and
  2. flags included.  It can be assembled on most Amiga assemblers (although I
  3. had problems with the Aztec assembler).  To assemble and link it with an
  4. assembler named asm and the linker blink, simply type:
  5.         asm execprt.asm
  6.         blink execprt.o
  7. Don't forget to turn your printer on when you try running ExecPrt!
  8. Good Luck!
  9.  
  10.  
  11.